Xbasic

INET::SSLSocket::SetOptions Method

Syntax

Result_Flag as L = SetOptions(Options as C)

Arguments

Result_Flag

TRUE (.T.) if the operation was successful; otherwise FALSE (.F.).

Options

The Options parameter contains one or more of the following:

[-]L - Linger
K - Keep Alive
R - Reuse Address
N - Don't route
[-]D - Delay
X - Debug
I=# - Receive buffer size
O=# - Send buffer size
T=# - Timeout
TS=# - Send timeout
TR=# - Receive timeout

Description

The INET::SSLSocket::SetOptions() methods sets one or more options in a single call.

Limitations

Desktop applications only.

See Also